projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5be4df
)
(mh-ps-print-msg-show): Fix misplaced parenthesis in previous change.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 19 Sep 2005 09:12:46 +0000
(09:12 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 19 Sep 2005 09:12:46 +0000
(09:12 +0000)
lisp/mh-e/mh-print.el
patch
|
blob
|
history
diff --git
a/lisp/mh-e/mh-print.el
b/lisp/mh-e/mh-print.el
index 6b2e8a3474edb27df8129477c69eb763cb7da51b..41d6a1a002025be9d260ddc4e4c64dd18acd635b 100644
(file)
--- a/
lisp/mh-e/mh-print.el
+++ b/
lisp/mh-e/mh-print.el
@@
-153,7
+153,7
@@
interactive use."
"Print current show buffer to FILE."
(interactive (list (mh-ps-print-preprint current-prefix-arg)))
(message "mh-ps-print-msg-show file %s keys %s mh-show-buffer %s"
- file (this-command-keys
mh-show-buffer)
)
+ file (this-command-keys
) mh-show-buffer
)
(let ((msg (mh-get-msg-num t))
(folder mh-current-folder)
(show-buffer mh-show-buffer)